home *** CD-ROM | disk | FTP | other *** search
Text File | 1988-06-11 | 368 b | 8 lines | [TEXT/ttxt] |
- Modem File = Standard (Call Log)
- Modem Script Name = Ticks2Time
-
- 1 Set Variable rawSecs from Expression "=(TICKCOUNT-callTimer) DIV 60"
- 2 Set Variable rawMins from Expression "=rawSecs DIV 60"
- 3 Set Variable rawSecs from Expression "=rawSecs MOD 60"
- 4 Set Variable callTimer from Expression "=STRING(rawMins),' minutes and ',STRING(rawSecs),' seconds.'"
-